home *** CD-ROM | disk | FTP | other *** search
- inherited frmSelectPixel: TfrmSelectPixel
- Left = 490
- Top = 272
- HorzScrollBar.Range = 0
- VertScrollBar.Range = 0
- BorderStyle = bsDialog
- Caption = 'Select Pixel'
- ClientHeight = 199
- ClientWidth = 186
- OldCreateOrder = True
- OnClose = FormClose
- OnKeyUp = FormKeyUp
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited spdPVar: TSpeedButton
- Left = 64
- Top = 140
- end
- object Label5: TLabel [1]
- Left = 8
- Top = 2
- Width = 73
- Height = 13
- AutoSize = False
- Caption = '&X Pos:'
- FocusControl = edtXPos
- end
- object Label3: TLabel [2]
- Left = 8
- Top = 49
- Width = 122
- Height = 13
- AutoSize = False
- Caption = '&Color:'
- FocusControl = edtColor
- end
- object Label7: TLabel [3]
- Left = 8
- Top = 107
- Width = 173
- Height = 50
- AutoSize = False
- Caption =
- 'Current pixel location and color (Press the insert key to captur' +
- 'e):'
- WordWrap = True
- end
- object Label6: TLabel [4]
- Left = 98
- Top = 2
- Width = 73
- Height = 13
- AutoSize = False
- Caption = '&Y Pos:'
- FocusControl = edtYPos
- end
- object lblCoordinates: TLabel [5]
- Left = 8
- Top = 91
- Width = 16
- Height = 13
- Caption = '1,1'
- end
- object edtXPos: TEdit [6]
- Left = 8
- Top = 20
- Width = 80
- Height = 21
- TabOrder = 0
- OnKeyUp = FormKeyUp
- end
- object edtColor: TEdit [7]
- Left = 8
- Top = 66
- Width = 169
- Height = 21
- TabOrder = 2
- OnKeyUp = FormKeyUp
- end
- object edtYPos: TEdit [8]
- Left = 98
- Top = 21
- Width = 80
- Height = 21
- TabOrder = 1
- OnKeyUp = FormKeyUp
- end
- object comCancel: TButton [9]
- Left = 104
- Top = 168
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- OnClick = comCancelClick
- end
- object comOk: TButton [10]
- Left = 24
- Top = 168
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = comOkClick
- end
- inherited IvTranslator1: TIvTranslator
- Left = 96
- Top = 136
- end
- end
-